Feature: Crear un post scheduled, verificar que el usuario lector no lo ve, publicarlo, y revisar que el usuario lector ya lo puede ver
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 31.046s |
Scenario: Como usuario verifico que el post primero no exista, y después sí
Before
0m 0.986s
Given
I wait for a signal containing "logged" for 30 seconds
0m 4.228s
And
I wait for a signal containing "creating" for 30 seconds
0m 3.186s
And
I wait for a signal containing "scheduling" for 30 seconds
0m 3.260s
And
I wait for a signal containing "scheduling created" for 30 seconds
0m 3.279s
And
I navigate to page "<HOST>"
0m 1.854s
When
I check the post with title "$$name_1" does not exist
0m 0.816s
And
I send a signal to user 1 containing "checked hidden post"
0m 0.811s
And
I wait for 2 seconds
0m 2.920s
And
I wait for a signal containing "publishing" for 30 seconds
0m 0.747s
And
I wait for a signal containing "post published" for 30 seconds
0m 2.825s
And
I wait for 2 seconds
0m 2.764s
Then
I refresh the site
0m 1.538s
And
I select the post with title "$$name_1"
0m 1.068s
And
I check the post name "$$name_1"
0m 0.375s
And
I check the post content "$$string_1"
0m 0.383s
After
0m 0.006s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I wait for a signal containing "logged" for 30 seconds
And
I wait for a signal containing "creating" for 30 seconds
And
I wait for a signal containing "scheduling" for 30 seconds
And
I wait for a signal containing "scheduling created" for 30 seconds
And
I navigate to page "<HOST>"
When
I check the post with title "$$name_1" does not exist
And
I send a signal to user 1 containing "checked hidden post"
And
I wait for 2 seconds
And
I wait for a signal containing "publishing" for 30 seconds
And
I wait for a signal containing "post published" for 30 seconds
And
I wait for 2 seconds
Then
I refresh the site
And
I select the post with title "$$name_1"
And
I check the post name "$$name_1"
And
I check the post content "$$string_1"
After
NO IMAGE AVAILABLE